From: Jeroen van der Heijden Date: Fri, 12 Oct 2018 19:06:08 +0000 (+0200) Subject: Small syntax change X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~8^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0433cf3332d444b1261776078ac9ef53c91be076;p=siridb-server.git Small syntax change --- diff --git a/src/siri/cfg/cfg.c b/src/siri/cfg/cfg.c index f7e39959..76a5e5a0 100644 --- a/src/siri/cfg/cfg.c +++ b/src/siri/cfg/cfg.c @@ -171,7 +171,7 @@ static void SIRI_CFG_read_uint( { log_warning( "Missing '%s' in '%s' (%s). " - "Using default value: '%u'", + "Using default value: %u", option_name, siri.args->config, cfgparser_errmsg(rc), @@ -181,7 +181,7 @@ static void SIRI_CFG_read_uint( { log_warning( "Error reading '%s' in '%s': %s. " - "Using default value: '%u'", + "Using default value: %u", option_name, siri.args->config, "error: expecting an integer value", @@ -192,7 +192,7 @@ static void SIRI_CFG_read_uint( log_warning( "Error reading '%s' in '%s': " "error: value should be between %d and %d but got %d. " - "Using default value: '%u'", + "Using default value: %u", option_name, siri.args->config, min,